第 12 屆 iThome 鐵人賽
分享至
總覽
Python的數值運算 字串操作 資料型態:List,Tuple,Set,Dictonary 是否在群裡 串列建構 模組匯入
第一支程式
用Visual studio code新增一MyHello.py
print ("Hello Python!")
按下Shit-Alt-Enter鍵
註解方式單行#
#
多行'''中間放註解'''
'''
String字串可以用單引、雙引、三引號
name='小明' is='是' answer=''' 北京來的小明 他回不來了 。 '''
IT邦幫忙